home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-20 / bb21c.zip / MESSAGE.BB < prev    next >
Text File  |  1993-02-14  |  19KB  |  902 lines

  1. ; This file contains most of the system's messages.  The header of a message
  2. ; is
  3. ;                : number class
  4. ;
  5. ;   number -- The number of the error message.
  6. ;   class  -- The class of user to get this message
  7. ;                   N = New
  8. ;                   U = Unregistered user
  9. ;                   O = Registered user
  10. ;                   E = Expert user
  11. ;                   B = BBS
  12. ;                   R = Remote SYSOP
  13. ;                   L = Local SYSOP
  14. ;
  15. ; The message then follows.  Blank lines are ignored.  If you want a blank
  16. ; in a message, use % in the first column.  If you want to sent a file
  17. ; instead of a message use an "@".  Example  "@INFO.BB"
  18. ;
  19. ; The following tokens are substituted:
  20. ;
  21. ;     $A - @ BBS of the current message.
  22. ;     $a - Call of the originating bbs.
  23. ;     $B - Type of current message.
  24. ;     $b - BID of current message.
  25. ;     $C - The message type (by name)
  26. ;     $c - The size of the message
  27. ;     $D - The current date.
  28. ;     $E - Title of current message.
  29. ;     $F - Name of the users port.
  30. ;     $f - Name of the "other" gateway port.
  31. ;     $G - TO of the current message.
  32. ;     $g - TO "H" address of current message
  33. ;     $h - Home BBS of the connected user
  34. ;     $I - Sysops name.
  35. ;     $J - Date from current msg header
  36. ;     $j - Date from orig msg header
  37. ;     $K - Time from current msg header.
  38. ;     $k - Time from orig msg header.
  39. ;     $L - Number of the last message in the MailBox
  40. ;     $l - Date/time of user's last "L" command.
  41. ;     $M - Message number from current msg header.
  42. ;     $m - Message number from orig msg header.
  43. ;     $N - Number of active messages.
  44. ;     $n - Number of killed messages.
  45. ;     $O - Sysops callsign.
  46. ;     $o - Hierarchical address of this BBS
  47. ;     $P - FROM from current msg header.
  48. ;     $p - FROM "H" address
  49. ;     $Q - Sysops QTH
  50. ;     $q - Language setting for this user.
  51. ;     $R - Number of messages awaiting to be read by this user  (LM)
  52. ;     $r - Number of messages awaiting to be listed by this user (L)
  53. ;     $S - Status of current message.
  54. ;     $s - Screen length of user.
  55. ;     $T - The current time.
  56. ;     $t - Task ID.
  57. ;     $U - User callsign.
  58. ;     $V - Software version.
  59. ;     $u - User authentication requirements
  60. ;     $W - Users name.
  61. ;     $w - Screen width of user.
  62. ;     $X - Date user last logged in.
  63. ;     $y - Port/channel letter combo (eg A3)
  64. ;     $Y - Time user last logged in.
  65. ;     $Z - User's MAX PAC
  66. ;     $z - User's format
  67. ;     $1 - Parameter
  68. ;     $7 - Sound 440 Hz tone
  69. ;     $8 - Sound 880 Hz tone
  70. ;     $9 - Sound 1320 Hz tone
  71. ;     $: - $:
  72. ;
  73. ;
  74. ; A substitution token my be optionally followed by a format descriptor.
  75. ; This is designated by the character "#".  The number following indicates
  76. ; the size of the filed.  If negative, the information is LEFT justified.
  77. ;
  78. ; Examples:
  79. ;
  80. ;    If message number = 85 then
  81. ;
  82. ;       'x $c y'    produces 'x 85 y'
  83. ;       'x $c#8 y'  produces 'x       85 y'
  84. ;       'x $c#-8 y' produces 'x 85       y'
  85. ;
  86. ;
  87. ; When it comes time to send a message to a user, the program searches
  88. ; starts at the user's class and searches towards "NEW USER" to find the
  89. ; first message.  Example:  Message 2 has three versions but none for
  90. ; EXPERT.  If an expert user connects, it will take the OLD USER version
  91. ; since this is the next level down.  A remote sysop, however, gets a real
  92. ; short one since it has its own message for that level.
  93. ;
  94. ;---------------------------------------------------------------------------
  95.  
  96. : 1 N
  97. I don't understand that. Please try again.
  98. %
  99.  
  100. : 2 N
  101. Hello and welcome to the $O mailbox!
  102. %
  103. I see that you are a new user.  If you want to find out about the
  104. system, then enter INFO followed by a carriage return.  If you would
  105. like to register as a user, please type REGISTER.  Help is also
  106. available by typing HELP (thats pretty obvious).  If you are an
  107. experienced user of any of the standard mailbox programs, this one is
  108. compatible.
  109. %
  110.  
  111. : 2 U
  112. Hello and welcome to the $O mailbox!
  113. %
  114. I see that you have logged on before but not registered as a user.
  115. Please do so soon.
  116. %
  117. If you want to find out about the system, then enter INFO followed by a
  118. carriage return.  If you would like to register as a user, please type
  119. REGISTER.  Help is also available by typing HELP (thats pretty obvious).
  120. If you are an experienced user of any of the standard mailbox programs,
  121. this one is compatible.
  122. %
  123.  
  124. : 2 O
  125. Hello $W and welcome to the $O mailbox!
  126. %
  127.  
  128. : 2 B
  129. Hello!
  130.  
  131. : 3 N
  132. Action complete
  133.  
  134. : 4 N
  135. @INFO.BB
  136.  
  137. : 4 R
  138.   Last message    : $L
  139.   Active messages : $N
  140.   Killed messages : $n
  141. %
  142.   Messages awaiting to be read by you : $R
  143.   Messages to be listed by you        : $r
  144. %
  145.   Memory available: $1
  146.  
  147. : 5 N
  148. Type H if you need Help>
  149.  
  150. : 5 E
  151. GVPS ==>
  152.  
  153. : 5 B
  154. =>
  155.  
  156. : 6 N
  157. Please enter a subject for your message.
  158.  
  159. : 6 E
  160. Subject?
  161.  
  162. : 7 N
  163. Please enter your message now.  When you are finished, type a Control-Z
  164. followed by a carriage return.
  165.  
  166. : 7 E
  167. Msg?
  168.  
  169. : 8 N
  170. To who should this message go?
  171.  
  172. : 8 E
  173. Addressee?
  174.  
  175. : 9 N
  176. Invalid message number specified!
  177.  
  178. : 10 N
  179. What message number did you want to read?
  180.  
  181. : 11 N
  182. There were too many words in your response!
  183.  
  184. : 12 N
  185. The qualifier (2nd letter) of the command is invalid!
  186.  
  187. : 13 N
  188.  Msg# TR  Size   To                 From           Date/Time Subj
  189.  
  190. : 14 N
  191. You specified an invalid LIST criteria
  192.  
  193. : 15 N
  194. No message matches your search criteria
  195.  
  196. : 16 N
  197. The message you want cannot be found or you are not allowed to look at it.
  198.  
  199. : 17 N
  200. There are no unread messages for you!
  201.  
  202. : 18 N
  203. Message #$1 to be killed cannot be found or you are not allowed to kill it.
  204.  
  205. : 19 N
  206. The address portion of the command is incorrectly formatted.
  207.  
  208. : 20 N
  209. Message $d has been killed!
  210.  
  211. : 21 N
  212. What message number did you want to kill?
  213.  
  214. : 22 N
  215. No data supplied so command cancelled!
  216.  
  217. : 23 N
  218. Message $d has been stored!
  219.  
  220. : 24 N
  221. R:$J/$Kz @:$O$o #:$M
  222.  
  223. : 25 N
  224. The userid you specified could not be found!
  225.  
  226. : 26 N
  227. You have mail waiting for you.
  228. To list this mail, type LU
  229. To read this mail, type RM
  230. When you are done, erase the mail by typing KM
  231.  
  232. : 26 E
  233. You have mail waiting for you.
  234.  
  235. : 27 N
  236. MaxPac(M): $Z  Format(F): $z Modem Password(W): $1
  237. Screen (SxY): $sx$w Language(Q): $q Access Control(U): $u
  238. Advanced BBS, BBS, PBBS, Delete, Home, Name, Remote SYSOP, eXclude, Zip,
  239. Local, Class, Trans, Emergency?
  240.  
  241. : 28 N
  242. To Adr(H): $g   From Adr (X) $p   Bid(I): $b
  243. T (To), B(@To), F(From), A(@From), J(Title), D(Type), S(Status)?
  244.  
  245. : 29 N
  246. Call   SS Last On     Cnt PC TBRXDLE Home       Zip        Name
  247.  
  248. : 30 N
  249. Mailbox has not received any data from you in a while.  Connection severed.
  250.  
  251. : 30 B
  252. Time out!
  253.  
  254. : 31 N
  255. Invalid taskid or portid specified!
  256.  
  257. : 32 N
  258. Task not found
  259.  
  260. : 33 N
  261. Enter your first name
  262.  
  263. : 34 N
  264. Enter your home zip code
  265.  
  266. : 35 N
  267. Enter the callsign of the bulletin board station where you check in
  268. regularly to get your mail.  Please don't enter your own call even if
  269. you run a personal mailbox.
  270.  
  271. : 36 N
  272. The data you entered is too long for the field.
  273.  
  274. : 37 N
  275. %
  276. Thanks for registering, $W.  You are now an official user of this mailbox.
  277. %
  278. The prompts are in "LONG" mode.  If you know your way around most
  279. mailboxes, you can shift to the "EXPERT" mode with short prompts and
  280. messages by entering NE.  Typing NE again will convert you back to the
  281. LONG mode.
  282.  
  283. : 37 E
  284. %
  285. Thanks for re-registering, $W.
  286.  
  287. : 38 N
  288. Invalid file name
  289.  
  290. : 39 N
  291. The second operand is invalid
  292.  
  293. : 40 N
  294. The date is in bad format.  Should be YYMMDDHHMM
  295.  
  296. : 41 N
  297. Not enough operands
  298.  
  299. : 42 N
  300. You cannot kill message #$1
  301.  
  302. : 43 N
  303. Help for the command you wanted could not be found.
  304.  
  305. : 44 N
  306. You are now in new user mode.
  307.  
  308. : 44 U
  309. You are now in unregistered user mode.
  310.  
  311. : 44 O
  312. You are now in user mode.
  313.  
  314. : 44 E
  315. You are now in expert mode.
  316.  
  317. : 44 B
  318. You are now in BBS mode.
  319.  
  320. : 44 R
  321. You are now in remote SYSOP mode.
  322.  
  323. : 44 L
  324. You are now in local SYSOP mode.
  325.  
  326. : 45 N
  327. This is $O Mailbox in $Q.
  328. %
  329.  
  330. : 46 N
  331. The BID on this message is a duplicate.  It will be held for the
  332. SYSOP's review
  333.  
  334. : 47 N
  335. You are not permitted to use this port.
  336.  
  337. : 48 N
  338. Files are available on the following topics:
  339.  
  340. : 49 N
  341. Also known as:
  342.  
  343. : 50 N
  344. No files are available to you
  345.  
  346. : 51 N
  347. No files under that name are available to you
  348.  
  349. : 52 N
  350. A backslash "\" is not permitted in this directory
  351.  
  352. : 53 N
  353. File saved.
  354.  
  355. : 54 N
  356. File already exists.
  357.  
  358. : 55 N
  359. No files match the search criteria
  360.  
  361. : 56 N
  362. Message #$1 has already been killed
  363.  
  364. : 57 N
  365. JL - Past Connects
  366. JN - Current users of mailbox
  367.  
  368. : 58 N
  369. The SYSOP wishes to chat with you.
  370. ----------------------------------
  371.  
  372. : 59 N
  373. You are back in normal mailbox mode
  374.  
  375. : 60 N
  376. Wait while $O is paged.  Enter anything to cancel wait.
  377.  
  378. : 61 N
  379. Wait is cancelled.
  380.  
  381. : 62 N
  382. $O did not answer the page.  If you wish, leave a message
  383. via the command:
  384.       SP $O
  385. %
  386.  
  387. : 63 N
  388. $O is not available now.  If you wish, leave a message
  389. via the command:
  390.       SP $O
  391. %
  392.  
  393. : 64 N
  394.  Msg# TR  Size   To           From   Date/Time Subj
  395.  
  396. : 65 N
  397. Enter the number of the desired message list format.
  398.      0 = short
  399.      1 = long
  400.      2 = super short (no @ fields)
  401.  
  402. : 66 N
  403. You must supply a valid number
  404.  
  405. : 67 N
  406. From    :
  407. : 68 N
  408. To      :
  409. : 69 N
  410. Date    :
  411. : 70 N
  412. Msgid   :
  413. : 71 N
  414. Subject :
  415. : 72 N
  416. Path    :
  417.  
  418. : 73 N
  419. Wildcards are not permitted on this command
  420.  
  421. : 74 N
  422. Please enter the file now.  When you are finished, type a Control-Z
  423. followed by a carriage return.
  424.  
  425. : 75 N
  426. Bye
  427.  
  428. : 76 N
  429. Operation complete
  430.  
  431. : 77 N
  432. Enter a message type (one character)
  433.   B = Broadcast
  434.   P = Personal to someone
  435.   T = NTS
  436.  
  437. : 78 N
  438. The message type you entered was not an allowed type
  439. %
  440.  
  441. : 79 N
  442. The mailbox is unable to process your request because some resource
  443. is temporarily unavailable.  Please try again later.
  444.  
  445. : 80 N
  446. This command cannot be executed because other users are connected
  447.  
  448. : 81 N
  449. Invalid message number or range specified -- $1
  450.  
  451. : 82 N
  452. Message $1 cannot be found or you are not allowed to look at it.
  453.  
  454. : 83 N
  455. Operation halted
  456.  
  457. : 84 N
  458. Mail for:
  459.  
  460. : 85 N
  461. Start your $1 data transfer
  462.  
  463. : 86 N
  464. $1 data transfer started
  465.  
  466. : 87 N
  467. $1 data transfer complete
  468.  
  469. : 88 N
  470. $1 abort sent
  471.  
  472. : 89 N
  473. $1 abort received
  474.  
  475. : 90 N
  476. $1 timeout occurred
  477.  
  478. : 91 N
  479. $1 protocol error
  480.  
  481. : 92 N
  482. Originator's $1 file info is:
  483.  
  484. : 93 N
  485. Binary file transfer not permitted for either this topic area or this port
  486.  
  487. : 94 N
  488. This command cannot be executed without a "connected" task
  489.  
  490. : 95 N
  491. Enter your call sign
  492.  
  493. : 96 N
  494. Enter your password
  495.  
  496. : 97 N
  497. Password Invalid
  498.  
  499. : 98 N
  500.  -- Outbound forward
  501.  
  502. : 99 N
  503.  (connect in progress)
  504.  
  505. : 100 N
  506.  -- Special task
  507.  
  508. : 101 N
  509.  -- Inbound forward
  510.  
  511. : 102 N
  512.  (reversed)
  513.  
  514. : 103 N
  515.  (talking to sysop)
  516.  
  517. : 104 N
  518. No users on system
  519. : 105 N
  520. Private message
  521. : 106 N
  522. Bulletin
  523. : 107 N
  524. Traffic
  525. : 108 N
  526. Service message
  527. : 109 N
  528. Message
  529. : 110 N
  530. What message number did you want to reply to?
  531.  
  532. : 111 N
  533. Hello and welcome to the $O mailbox.  You are on the telephone modem
  534. port.  You can change your password with the NP command.
  535. %
  536. Please register using the REGISTER command.
  537. %
  538. If you want to find out about the system, then enter INFO followed by a
  539. carriage return.  If you would like to register as a user, please type
  540. REGISTER.  Help is also available by typing HELP (thats pretty obvious).
  541. If you are an experienced user of any of the standard mailbox programs,
  542. this one is compatible.
  543.  
  544. : 111 O
  545. Hello and welcome to the $O mailbox.  You are on the telephone modem
  546. port.  You can change your password with the NP command.
  547.  
  548. : 111 B
  549. Hello!
  550.  
  551. : 112 N
  552. Binary download type is invalid.
  553.  
  554. : 113 N
  555. Bad block number during $1 transfer
  556.  
  557. : 114 N
  558. Bad block during $1 transfer
  559.  
  560. : 115 N
  561. Re:
  562.  
  563. : 116 N
  564. ----- End of message $M from $P @ $a.$p -----
  565.  
  566. ; Best leave message 116 blank for BBS
  567. : 116 B
  568.  
  569. : 116 R
  570. ----- End of message $M from $P @ $a.$p -----
  571.  
  572. ; Make this message null if you don't want to respond at end of reverse forward
  573. : 117 N
  574. *** DONE
  575.  
  576. : 118 N
  577. Please confirm operation.  Yes (1) or No (0)
  578.  
  579. : 119 N
  580. The switch is now on
  581.  
  582. : 120 N
  583. The switch is now off
  584.  
  585. : 121 N
  586. The type of file whose name you want to change is invalid
  587.  
  588. : 122 O
  589. Its been a while since you registered at this mailbox.  Would you please
  590. reconfirm your data by reentering it?  You can do this by entering
  591. REGISTER at the next prompt.
  592.  
  593. : 123 N
  594. Held for review -- Bulletin is old
  595.  
  596. : 124 N
  597. Held for review -- Duplicate BID
  598.  
  599. : 125 N
  600. Held for review -- Possible looping
  601.  
  602. : 126 N
  603. Held for review -- Put in hold by operator
  604.  
  605. : 127 N
  606. Held for review -- Distant system rejected message
  607.  
  608. : 128 N
  609. R:$J/$Kz @:$O$o $Q #:$M $$:$b
  610.  
  611. : 129 N
  612. Enter the number of lines to send before pausing.  If you don't want a
  613. pause, use 0.  Your current setting is $s.
  614.  
  615. : 130 N
  616. Please enter your tactical call sign
  617.  
  618. : 131 N
  619. Please enter a blank line to continue, anything else to halt output
  620.  
  621. : 132 N
  622. Enter the number of characters wide that your screen is.  Specify 0 if you
  623. don't want the BBS to worry about width.  Your current setting is $w
  624.  
  625. : 133 N
  626.  
  627. %
  628. Your current screen height setting is $s.
  629. Your current screen width setting is $w.
  630. %
  631.  
  632. : 134 N
  633.  
  634. This BBS is not accepting NTS messages right now
  635.  
  636. : 135 N
  637.  
  638. Enter a message type (one character)
  639.   Z = Life or death
  640.   Y = Network control (SYSOPs only please)
  641.   X = Emergency
  642.   W = Priority
  643.   V = Routine
  644.   T = NTS to out of area
  645.  
  646. : 136 N
  647. Space for files selected/Disk space free/Total disk space
  648.  
  649. : 137 N
  650. The edit command is invalid
  651.  
  652. : 138 N
  653. Bad operand on a search -- $1
  654.  
  655. : 139 N
  656. Held for review -- Operator requested
  657.  
  658. ;----------------------------------------------------------
  659. ; Deny/Reject messages start here at 140 and go to 149.  Only message
  660. ; 140 is used with a BBS.  The message that will be sent
  661. ; when a deny action is taken is set by the parameters in the
  662. ; ACTION.BB file.  The text shown below are tied to the samples
  663. ; that are in my ACTION.BB
  664. ;----------------------------------------------------------
  665.  
  666. : 140 N
  667. Messages with this type and address are not allowed
  668.  
  669. ; **** NOTE ****
  670. ; The first word of the next message must be REJECT -- don't change it
  671. ; It can only be one line long!
  672. : 140 B
  673. REJECT -- Excluded by SYSOP
  674. ;
  675.  
  676. : 140 R
  677. Messages with this type and address are not allowed
  678.  
  679. : 141 N
  680.  
  681. You have attemoted to send a private message to the world.  I think you
  682. really wanted a bulletin.  Try again with the SB command.
  683.  
  684. : 142 N
  685. You tried to send a message to "ALL"
  686.  
  687. For bulletins, please use the TO address as a quick topic selection.
  688. Examples: SALE, INFO, WANT, AMSAT
  689.  
  690. :  143 N
  691.  
  692. For sale message must be sent to this state only.  Use ALLCA or ALLCAN
  693. instead of USA or ALLUS.
  694.  
  695. :  144 N
  696.  
  697. You must be registered to send bulletins.  Issue the REGISTER command.
  698.  
  699. : 150 N
  700. Held for review -- On REJECT list
  701.  
  702. : 151 N
  703.  
  704. Enter language to be used
  705.    A = English
  706.  
  707. : 152 N
  708.  
  709. Invalid selection
  710.  
  711. ; This is the "MORE" continuing message.  It can be used to output
  712. ; a screen clear to an ANSI user.  I leave it null
  713.  
  714. : 153 N
  715.  
  716.  
  717. : 154 N
  718.  
  719. You must enter a subject for this type of message.  NTS message should
  720. show the city and phone number (only area code and prefix needed).
  721.  
  722. : 155 N
  723.  
  724. Status changed to $S for message $M
  725.  
  726. : 156 N
  727.  
  728. Message held for review by SYSOP
  729.  
  730. : 157 N
  731.  
  732. The BBS is in emergency mode.  Please try your access later
  733.  
  734. : 158 N
  735.  
  736. You cannot issue a send command until the system is sure of your identity.
  737. Authentication will begin now.
  738.  
  739. : 159 N
  740.  
  741. You are not permitted access
  742.  
  743. : 160 N
  744.  
  745. Action for msg #$M: (K)ill, (L)eave, (Q)uit, r(E)ply?
  746.  
  747. : 160 R
  748.  
  749. Action for #$M: (K)ill, (R)elease, (H)old, (L)eave, (Q)uit, r(E)ply (C)hange?
  750.  
  751. : 161 N
  752.  
  753. No change for message $M
  754.  
  755. : 162 N
  756.  
  757. Authentication is complete
  758.  
  759. : 163 N
  760.  
  761. Authentication is not complete
  762.  
  763. : 164 N
  764.  
  765. The file to be executed cannot be found
  766.  
  767. : 165 N
  768.  
  769. Invalid action code.
  770.  
  771. : 166 N
  772.  
  773. Message held during a REVIEW
  774.  
  775. : 167 N
  776.  
  777. BBS is busy right now.  Please try again later
  778.  
  779. : 168 N
  780.  
  781.  Msg#  Size   To    From   Date/Time Subj
  782.  
  783. : 169 N
  784.  
  785. $G has registered as a user of the $A bbs.  This message will be sent there.
  786.  
  787. : 170 N
  788.  
  789. You were unable to properly authenicate your callsign.  You cannot
  790. send any messages until you do.
  791.  
  792. : 171 N
  793.  
  794. Your user class is not permitted to use that command.
  795.  
  796. : 172 N
  797.  
  798. The call sign you gave is either invalid format or not authorized.
  799.  
  800. : 173 N
  801.  
  802. That command is either not authorized for your user class or for this port.
  803.  
  804. : 174 N
  805.  
  806. You must register as a user of this BBS to continue.
  807. %
  808.  
  809. : 175 N
  810.  
  811. This database is not enabled or and internal error has occurred
  812.  
  813. : 176 N
  814.  
  815. %
  816. The record for $1 cannot be found
  817.  
  818. : 177 N
  819.  
  820. Message for:    $G at $A.$g
  821. Message from:   $P at $a.$p
  822. Date sent:      $j
  823. Time sent:      $k
  824. Subject:        $E
  825. Message number: $M
  826.  
  827. : 178 N
  828.  
  829. TR Size To From Date/Time Subj
  830.  
  831. : 179 N
  832.  
  833. Here are the messages:
  834.  
  835. : 180 N
  836.  
  837. You have mail that you have read but not deleted.  LY will show you
  838. these messages.  KY will kill them.
  839.  
  840. : 181 N
  841.  
  842. Messages routed to $1
  843.  
  844. : 182 N
  845.  
  846. This command would list $1 messages.  Enter the number of lines to send
  847. before pausing.  If you don't want a pause, use 0. Your current setting
  848. is $s.
  849. %
  850. In the future, you can bypass this message by using the command "L0"
  851.  
  852. : 183 N
  853.  
  854. Please send the attached file.
  855.  
  856. : 184 N
  857.  
  858. Select a protocol or an existing file on this BBS for your attached file
  859. Enter a blank line to terminate sending the message.
  860.  
  861. : 184 L
  862.  
  863. Enter the file area and file name for the attached file or ASCII for
  864. ASCII upload.  Enter a blank line to terminate sending the message.
  865.  
  866. : 185 N
  867.  
  868. Your response was not recognizable.
  869.  
  870. : 186 N
  871.  
  872. Select a download protocol or an file area on this BBS for the attached
  873. file.  Enter a blank line to terminate receiving the message.
  874.  
  875. : 186 L
  876.  
  877. Enter the area and file name for the attached file or ASCII for a
  878. display of the file.  Enter a blank line to terminate sending the
  879. message.
  880.  
  881. : 187 N
  882.  
  883. Message $M has an attached file with $1 bytes.
  884.  
  885. : 188 N
  886.  
  887. ----- End of attached file to msg $M from $P @ $a.$p -----
  888.  
  889. ;----------------------------------------------------------
  890. ; Tell user messages start here at 190 and go to 199.  The
  891. ; message that is sent with the TELL_USER action in ACTION.BB
  892. ; The actual number useed is determined by the paramter in the
  893. ; ACTION.BB file.  The text shown below are tied to the samples
  894. ; that are in my ACTION.BB
  895. ;----------------------------------------------------------
  896.  
  897. : 190 N
  898.  
  899. Many HF networks will not carry messages in excess of 3000 characters.
  900. This may delay your message.
  901.  
  902.